#!/usr/bin/env php
<?php
if (!defined('DS')) {
	define('DS', DIRECTORY_SEPARATOR);
}

$app = require __DIR__ . DS .'..' . DS . 'robmorgan' . DS . 'phinx' . DS . 'app' . DS . 'phinx.php';
$app->run();
